HTTPSocket.SetFormData Method

Takes the key/value pairs from the Dictionary and converts it to a URL-encoded String. This method also sets the action to POST.

Syntax

HTTPSocket.SetFormData Form

Parameters

Form

Dictionary

Notes

After using this method, the form can be sent to the server with the POST action.